* {
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
}

#window1 {
    background-color: rgb(20, 20, 20);
    /* background-image: linear-gradient(black, rgb(29, 29, 29)); */
    height: 110vh;
}

.lstext {
    color: rgba(91, 248, 227, 0.836);
    text-decoration: none;
    letter-spacing: 0.3px;
}

#contant {
    margin-right: 40px;
}

.main_heading {
    color: white;
    font-size: 48px;
}

#txt_changer {   
    color: green;
    font-weight: bolder;
}

#txt_changer::before {
    content: "";
    position: absolute;
    top: 100;
    overflow: hidden;
    left: 0;
    margin-left: 26%;
    height: 10%;
    background-color: rgb(20, 20, 20);
    width: 30%;
    border-left: 4px solid rgb(108, 248, 108);
    animation: animate 3s steps(20) infinite;
}

@keyframes animate {
    40%, 60% {
        left: calc(27% + 5px);
    }

    100% {
        left: 0%;
    }
}

.badge {
    box-shadow: 2px 2px 10px rgb(75, 74, 74);
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.para {
    color: gray;
}

.schedule {
    margin-left: 50px;
    font-weight: bold;
    background-color: aqua;
}

.schedule:hover {
    background-color: aqua;
    color: black;
}

.lmore {
    color: white;
}

#head_img {
    margin-top: -5px;
}

#head {
    margin: 20px;
    position: absolute;
    color: white;
    font-size: 22px;
    letter-spacing: 0.3px;
}

.box_para {
    color: rgb(177, 175, 175);
    margin-bottom: -10px;
}

#window2 {
    background-image: linear-gradient(black, rgb(29, 29, 29));
    padding: 0px 7%;
}

.custom-shape-divider-bottom-1694966748 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -40px;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1694966748 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 112px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1694966748 .shape-fill {
    fill: black;
}

#window3 {
    background-image: linear-gradient(rgb(29, 29, 29), black);
    text-align: center;
    padding: 50px 0px;
}

.card {
    border: none;
}

img {
    z-index: 4;
}

img:hover {
    filter: grayscale(100%);
}

#window4 {
    background-image: radial-gradient(rgb(1, 43, 1), rgb(0, 26, 0), black);
    height: 100%;
    margin-top: -50px;
    text-align: center;
}

#win4img {
    filter: grayscale(100%);
}

#win4img:hover {
    filter: grayscale(0%);
}

#win4_head {
    color: white;
    margin: 0% 25%;
}

#contact {
    margin: 20px 0px 100px 0px;
    font-size: 20px;
    letter-spacing: 0.5px;
    padding: 8px 15px;
}

footer {
    background-color: rgb(0, 0, 0);
    color: white;
}
